All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.ConditionLock
NSConditionLock
.
[[NSConditionLock
alloc] init]
.
- initWithCondition:
on a newly allocated object.
- condition
Objective-C instance method.
- lock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
- lockBeforeDate:
Objective-C instance method.
- lockWhenCondition:
Objective-C instance method.
- lockWhenCondition:beforeDate:
Objective-C instance method.
- tryLock
Objective-C instance method.
- tryLockWhenCondition:
Objective-C instance method.
- unlock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
- unlockWithCondition:
Objective-C instance method.
protected ConditionLock(boolean shouldAllocate, int objcObject)
public ConditionLock()
[[NSConditionLock
alloc] init]
.
public ConditionLock(int condition)
- initWithCondition:
on a newly allocated object.
public native int condition()
- condition
Objective-C instance method.
public native void lockWhenCondition(int condition)
- lockWhenCondition:
Objective-C instance method.
public native boolean tryLock()
- tryLock
Objective-C instance method.
public native boolean tryLockWhenCondition(int condition)
- tryLockWhenCondition:
Objective-C instance method.
public native void unlockWithCondition(int condition)
- unlockWithCondition:
Objective-C instance method.
public native boolean lockBeforeDate(Date limit)
- lockBeforeDate:
Objective-C instance method.
public native boolean lockWhenConditionBeforeDate(int condition, Date limit)
- lockWhenCondition:beforeDate:
Objective-C instance method.
public native void lock()
- lock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
public native void unlock()
- unlock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index